Package-level declarations

Types

Link copied to clipboard
data class BackupOptions(var gdrive: GoogleStorage? = null, var password: PasswordStorage? = null, var passkey: PasskeyStorage? = null)
Link copied to clipboard

Interface for interacting with cloud storage services.

Link copied to clipboard

MobileStorageAdapter is an interface responsible for managing the persistent storage of data related to a mobile client's wallet and cryptographic key shares. It abstracts the underlying storage mechanism, allowing the client to interact with wallet data without needing to know the specifics of how that data is stored (e.g., local database, secure enclave, cloud storage).